[]
Creates the internal list from the source.
protected override IReadOnlyList<T> CreateInternalList(IReadOnlyList<T> source)
Protected Overrides Function CreateInternalList(source As IReadOnlyList(Of T)) As IReadOnlyList(Of T)
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<T> | source | The source. |
| Type | Description |
|---|---|
| IReadOnlyList<T> |